Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.ui.keys.CharacterKey

Packages that use CharacterKey
org.eclipse.ui.keys   
 

Uses of CharacterKey in org.eclipse.ui.keys
 

Fields in org.eclipse.ui.keys declared as CharacterKey
static CharacterKey CharacterKey.BS
          The single static instance of CharacterKey which represents the 'BS' key.
static CharacterKey CharacterKey.CR
          The single static instance of CharacterKey which represents the 'CR' key.
static CharacterKey CharacterKey.DEL
          The single static instance of CharacterKey which represents the 'DEL' key.
static CharacterKey CharacterKey.ESC
          The single static instance of CharacterKey which represents the 'ESC' key.
static CharacterKey CharacterKey.FF
          The single static instance of CharacterKey which represents the 'FF' key.
static CharacterKey CharacterKey.LF
          The single static instance of CharacterKey which represents the 'LF' key.
static CharacterKey CharacterKey.NUL
          The single static instance of CharacterKey which represents the 'NUL' key.
static CharacterKey CharacterKey.SPACE
          The single static instance of CharacterKey which represents the 'SPACE' key.
static CharacterKey CharacterKey.TAB
          The single static instance of CharacterKey which represents the 'TAB' key.
static CharacterKey CharacterKey.VT
          The single static instance of CharacterKey which represents the 'VT' key.
 

Methods in org.eclipse.ui.keys that return CharacterKey
static CharacterKey CharacterKey.getInstance(char character)
          Creates an instance of CharacterKey given a unicode character.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.